Skip to content

ENH: allow layout for grouped DataFrame histograms #4104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 25, 2013
Merged

ENH: allow layout for grouped DataFrame histograms #4104

merged 1 commit into from
Jul 25, 2013

Conversation

cpcloud
Copy link
Member

@cpcloud cpcloud commented Jul 2, 2013

Also remove the slow decorator for tests that take < 100 ms time

closes #4102.

closes #4194.

@ghost ghost assigned cpcloud Jul 2, 2013
@cpcloud
Copy link
Member Author

cpcloud commented Jul 3, 2013

@jreback any comments b4 i merge? nothing drastic here just supporting the new layout argument with the by argument

@cpcloud
Copy link
Member Author

cpcloud commented Jul 3, 2013

oh release notes

@@ -314,6 +314,8 @@ pandas 0.12
- Fix bug where ``HDFStore`` will fail to append because of a different block
ordering on-disk (:issue:`4096`)
- Better error messages on inserting incompatible columns to a frame (:issue:`4107`)
- The ``by`` argument now works correctly with the ``layout`` argument
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add in plot.hist here....so it has some context

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

oh yeah duh sorry :/

@cpcloud
Copy link
Member Author

cpcloud commented Jul 5, 2013

i think this could be merged once it passes...nothing super drastic, just allows the layout keyword to work when the by keyword is passed

@cpcloud
Copy link
Member Author

cpcloud commented Jul 5, 2013

eh i'll wait...not critical

@cpcloud
Copy link
Member Author

cpcloud commented Jul 16, 2013

@jreback shoudl this be marked for 0.12 to close the kde plot issue? or i can mark that one for 0.13...even though it is probably fixed, if we do 0.12.1 it could go there instead as a bug fix along with this...

@jreback
Copy link
Contributor

jreback commented Jul 16, 2013

up2u

1 similar comment
@jreback
Copy link
Contributor

jreback commented Jul 16, 2013

up2u

@cpcloud
Copy link
Member Author

cpcloud commented Jul 16, 2013

k i'll mark #4194 for 0.13/0.12.1, just want to get those html bugs squashed!

@cpcloud
Copy link
Member Author

cpcloud commented Jul 25, 2013

@jreback anything to add here b4 i merge?

@jreback
Copy link
Contributor

jreback commented Jul 25, 2013

ok

Also remove the slow decorator for tests that take < 100 ms time
cpcloud added a commit that referenced this pull request Jul 25, 2013
ENH: allow layout for grouped DataFrame histograms
@cpcloud cpcloud merged commit 2f88dca into pandas-dev:master Jul 25, 2013
@cpcloud cpcloud deleted the layout-with-by branch July 25, 2013 13:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BLD: incorrect scipy version for kde plot histogram layout keyword should work with the by argument
2 participants